type github.com/klauspost/compress/zstd.cState

4 uses

	github.com/klauspost/compress/zstd (current package)
		blockenc.go#L728: 	var ll, of, ml cState
		fse_encoder.go#L675: type cState struct {
		fse_encoder.go#L682: func (c *cState) init(bw *bitWriter, ct *cTable, first symbolTransform) {
		fse_encoder.go#L698: func (c *cState) flush(tableLog uint8) {